gtk: also recolor circle and ellipse in symbolic SVG icons.
authorJehan <jehan@girinstud.io>
Fri, 22 Jun 2018 22:16:39 +0000 (00:16 +0200)
committerJehan <jehan@girinstud.io>
Fri, 22 Jun 2018 22:35:17 +0000 (00:35 +0200)
gtk/gtkicontheme.c

index 33ef8542a9fedd9c122a8f267bb3ae0c69aac9b5..eed2c279be91bf496986911da3f43a3c493b178f 100644 (file)
@@ -4283,7 +4283,7 @@ gtk_icon_info_load_symbolic_svg (GtkIconInfo    *icon_info,
                       "     width=\"", width, "\"\n"
                       "     height=\"", height, "\">\n"
                       "  <style type=\"text/css\">\n"
-                      "    rect,path {\n"
+                      "    rect,path,ellipse,circle {\n"
                       "      fill: ", css_fg," !important;\n"
                       "    }\n"
                       "    .warning {\n"